I have ended up adding a scheme to my project to build and run without(!) debugging as a halfway work around. Most of my apps will continue (Control-Command-Y has never been so helpful), but one of my apps fails to run if its launch is interrupted this way—so no debug for that one.
Post
Replies
Boosts
Views
Activity
I'm getting this all over the place with building and running my apps on Xcode 12.2 Beta 3 on macOS 11 Beta 10. Hope there's a work around or fix. Also continuing doesn't always work for me.
I'm having the same problem, did you ever find a solution?
I used this code to hide the separators, but it's a poor workaround:
.padding(EdgeInsets(top: 10, leading: 16, bottom: 10, trailing: 16))
.listRowInsets(EdgeInsets())
.background(Color("BackColor"))
But I'd like a ".listSeparatorStyle(.none)" view modifier for sure -- anyone file a radar I can reference in my own feedback?
- UPDATE: my radar feedback on this: FB7836043